Phalcon Framework and Volt Templating

Why Phalcon? Yes, because it’s fast and light. But please remember, when you are using volt templating, you will find the problem when you want to add the attributes inside the textField() tag. When you are not using volt, it should be like this. echo $this->tag->textField(array(“name”, “class”=>”tes”)); But when you are using volt, from the … Continue reading Phalcon Framework and Volt Templating